home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacFormat 1997 February
/
macformat-047.iso
/
Demos
/
Simpsons Cartoon Studio™ Demo
/
Simpdata
/
simpmain
/
00041_edit sound FX score script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS
UTF-8
Wrap
Text File
|
1996-09-06
|
187 b
|
11 lines
global paletteVisibleP
on mouseDown
set whichSpr to the clickOn
hideFieldHiliterSpr(appMgr)
if paletteVisibleP then
hidePalette(paletteMgr)
end if
editSoundFx(editMgr)
end